Namespace - LJCNetCommon
Parameters
fileSpec - The Configuration file specification.
Syntax
C# |
public AppSettings(String fileSpec)
|
Initializes an object instance.
Example
C# |
using LJCNetCommon;
var appSettings = new AppSettings("AppName.exe.config");
|
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.